home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / mac / Xtras / Buddy API 1.6 / Buddy API Docs.swf / texts / 1704.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  1.9 KB  |  81 lines

  1. 186
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. AddSysItems 
  6. --- RECORDSEPARATOR ---
  7. Platform:
  8. --- RECORDSEPARATOR ---
  9.  
  10. --- RECORDSEPARATOR ---
  11. Windows
  12. --- RECORDSEPARATOR ---
  13.  
  14. --- RECORDSEPARATOR ---
  15. Description:
  16. --- RECORDSEPARATOR ---
  17.  
  18. --- RECORDSEPARATOR ---
  19. baAddSysItems is a function which adds the system menu, minimise and maximise 
  20. --- RECORDSEPARATOR ---
  21. buttons to a window.
  22. --- RECORDSEPARATOR ---
  23.  
  24. --- RECORDSEPARATOR ---
  25. Usage:
  26. --- RECORDSEPARATOR ---
  27.  
  28. --- RECORDSEPARATOR ---
  29. baAddSysItems( WindowHandle, SystemMenu, MinBox, MaxBox )
  30. --- RECORDSEPARATOR ---
  31.  
  32. --- RECORDSEPARATOR ---
  33. Arguments:
  34. --- RECORDSEPARATOR ---
  35.  
  36. --- RECORDSEPARATOR ---
  37. Integer, Integer, Integer, Integer. 
  38. --- RECORDSEPARATOR ---
  39. WindowHandle is the handle of the window to change. 
  40. --- RECORDSEPARATOR ---
  41. If SystemMenu is true, the system menu is added. 
  42. --- RECORDSEPARATOR ---
  43. If MinBox is true, the minimize button is added. 
  44. --- RECORDSEPARATOR ---
  45. If MaxBox is true, the maximize button is added.
  46. --- RECORDSEPARATOR ---
  47.  
  48. --- RECORDSEPARATOR ---
  49. Returns:
  50. --- RECORDSEPARATOR ---
  51.  
  52. --- RECORDSEPARATOR ---
  53. Void.
  54. --- RECORDSEPARATOR ---
  55.  
  56. --- RECORDSEPARATOR ---
  57. Examples:
  58. --- RECORDSEPARATOR ---
  59.  
  60. --- RECORDSEPARATOR ---
  61. Director: 
  62. --- RECORDSEPARATOR ---
  63. baAddSysItems(baWinHandle() , false , true , false ) 
  64. --- RECORDSEPARATOR ---
  65. Authorware: 
  66. --- RECORDSEPARATOR ---
  67. baAddSysItems(baWinHandle() , false , true , false )
  68. --- RECORDSEPARATOR ---
  69.  
  70. --- RECORDSEPARATOR ---
  71. Notes:
  72. --- RECORDSEPARATOR ---
  73.  
  74. --- RECORDSEPARATOR ---
  75. Use this function with care. Some windows do not react kindly to having their 
  76. --- RECORDSEPARATOR ---
  77. window style changed. Some windows will ignore this call. 
  78. --- RECORDSEPARATOR ---
  79. This function is limited in 32 bit Windows - only the Director/Authorware window 
  80. --- RECORDSEPARATOR ---
  81. can be changed, and you can only have all the items or none of the items.